projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6afdd7
)
C89 fix-up
author
alexmot
<alexmot>
Thu, 18 Dec 2003 14:19:56 +0000
(14:19 +0000)
committer
alexmot
<alexmot>
Thu, 18 Dec 2003 14:19:56 +0000
(14:19 +0000)
gpx.c
patch
|
blob
|
history
diff --git
a/gpx.c
b/gpx.c
index dfcce94180e7533e6863142c354651019da16e9e..aed3eb33dcd2a9b74c91cdc3346d53169c49e704 100644
(file)
--- a/
gpx.c
+++ b/
gpx.c
@@
-551,13
+551,13
@@
static void
gpx_end(void *data, const char *el)
{
char *s = strrchr(current_tag.mem, '/');
+ float x;
if (strcmp(s + 1, el)) {
fprintf(stderr, "Mismatched tag %s\n", el);
}
*s = 0;
- float x;
if (in_cdata) {
if (in_name && in_wpt && !in_gs_tbugs) {